home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
misc
/
date.lha
/
Date
/
Oberon
/
Readme
< prev
next >
Wrap
Text File
|
1994-08-11
|
433b
|
24 lines
This is the Oberon version compiled with Oberon-2 V3.11 and V40.xx includes.
Hmm there is a bug in the compiler or a mistake of mine about the language!
It does the following:
PROCEDURE GEP(year : INTEGER) : SHORTINT;
.
.
.
.
VAR
m : SHORTINT;
BEGIN
m := 30 - GEP(1994);
.
.
.
So at runtime there comes a message from the runtime-system like:
unknown instruction
You could test this with the option 45 in the test programm!